home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000411_igor@nospam.invalid_Wed Aug 23 17:32:58 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!bloom-beacon.mit.edu!news.rediris.es!newsfeed.uniovi.es!zap!not-for-mail
  2. From: Igor Sobrado <igor@nospam.invalid>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: MS-DOS Kermit: release 3.15 or 3.16?
  5. Date: 23 Aug 2006 09:29:25 +0200
  6. Organization: University of Oviedo
  7. Lines: 36
  8. Sender: igor@string1.ciencias.uniovi.es
  9. Message-ID: <ech04l$2aa$1@string1.ciencias.uniovi.es>
  10. References: <ec1qqv$n51$1@string1.ciencias.uniovi.es> <1fdFg.7958$rI5.2871@news-wrt-01.rdc-nyc.rr.com> <ec3t4t$oka$1@string1.ciencias.uniovi.es> <J8jFg.33979$u05.17714@news-wrt-01.rdc-nyc.rr.com> <ec9i2p$sks$1@string1.ciencias.uniovi.es> <slrneehg8b.j1o.fdc@panix2.panix.com>
  11. NNTP-Posting-Host: string1.ciencias.uniovi.es
  12. X-Trace: localhost.localdomain 1156318167 21804 156.35.97.40 (23 Aug 2006 07:29:27 GMT)
  13. X-Complaints-To: abuse@si.uniovi.es
  14. NNTP-Posting-Date: Wed, 23 Aug 2006 07:29:27 +0000 (UTC)
  15. User-Agent: tin/1.8.1-20060215 ("Mealasta") (UNIX) (Linux/2.2.26 (i586))
  16. Xref: panix comp.protocols.kermit.misc:15541
  17.  
  18. Frank da Cruz <fdc@panix.com> wrote:
  19. > I'm not sure, however, if anybody still has the tools needed to
  20. > build the program from source, so it would be a chore to remove
  21. > the Beta notice (should that be desirable).  Maybe the binary can
  22. > just be patched.
  23.  
  24. Hello.
  25.  
  26. I think that patching the binary is *not* a very good idea!
  27. The binary (from may 1999) is the 7th. beta release for 3.16:
  28.  
  29.    $ strings MSK316.EXE | grep -i beta
  30.     MS-DOS Kermit: 3.16 Beta 7 4 May 1999$patch level 0 $
  31.  
  32. (sorry, I do not have that 286 computer yet, no way to run the binary!)
  33. But the source code has this macro in MSSDEF.H:
  34.  
  35.    version equ     316             ; master version number
  36.    verdef  macro
  37.            db      ' MS-DOS Kermit: 3.16 Beta 10'
  38.    ifdef   nls_portuguese
  39.            db      ' Portuguese'
  40.    endif   ; nls_portuguese
  41.            db      ' 22 April 2001'
  42.            endm
  43.  
  44. If I finally contribute to a stable release, I will work on the
  45. code from april 2001... working on the 7th. Beta release would be
  46. unacceptable if we want to release the highest quality version of
  47. MS-DOS Kermit.  What is the current status of the 10th revision?
  48. Is it a well-known (relatively bug free) revision?  Are there more
  49. recent source-only revisions of MS-DOS Kermit?
  50.  
  51. Best regards,
  52. Igor.